| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=wp), | public | :: | start_time | ||||
| real(kind=wp), | public | :: | end_time | ||||
| real(kind=wp), | public | :: | elapsed_time | ||||
| real(kind=wp), | public | :: | plasma_time | ||||
| character(len=120), | public | :: | file_name |
| procedure, public :: start => Time_start | |
| procedure, public :: stop => Time_stop | |
| procedure, public :: stop_and_save => Time_stop_and_save |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Timer), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | fn | |||
| real(kind=wp), | intent(in) | :: | pt |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Timer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Timer), | intent(inout) | :: | this |